Skip to main content

All Questions

0votes
0answers
55views

Crawl4AI token threshold not applied to raw html in arun

Here’s a brief overview of what I want to achieve Extract raw htmls and save them Use Crawl4AI to produce a ‘cleaner’ and smaller HTML that has a lot of information, including what I will eventually ...
Leksa99's user avatar
0votes
0answers
19views

Transfermarkt Scraper can not get Club name

I want to use the data in my codes with Transfermark Scraper for my own special purpose. I get all the desired data in the codes except Current Club, but I can't get the Club name. I tried all the ...
Perseus's user avatar
0votes
1answer
316views

How can I download PDF's using an AI WebCrawler? (Crawler4AI)

I have been using Crawler4AI to try downloading a series of documents from this Website. However, since it requieres JavaScript code and I am using Python, I don't know hot to solve my error. Code, ...
franjefriten's user avatar
0votes
0answers
123views

crawl4ai gives Error: 'NoneType' object has no attribute 'new_context'

I am trying to scrape data from www.example.com but the below code returns error : import asyncio from crawl4ai import AsyncWebCrawler from crawl4ai.async_configs import BrowserConfig, ...
user9291211's user avatar
0votes
1answer
83views

Scraping/Crawling a website with multiple tabs using python

I am seeking assistance in extracting data from a website with multiple tabs and saving it in a .csv format using Python and Selenium. The website in question is: https://www.amfiindia.com/research-...
Starlord22's user avatar
0votes
1answer
52views

Is there a faster way to crawl a predefined list of URLs with scrapy when having to authenticate first?

I have two scrapy Spiders: Spider 1 crawls a list of product links (~10000) and saves them to a csv file using a feed. It doesn't visit each of those links, only the categories (with multiple pages). ...
LoahL's user avatar
  • 2,613
1vote
1answer
3kviews

playwright cannot bypass cloudflare bot detection even adding cookies and user agents

I'm trying to crawl https://kick.com/browse/categories with playwright which has infinite scroll. I've tried evaluating the below js code and wait for an extended period for loading. I'm turning off ...
Ginni Song's user avatar
1vote
1answer
119views

Cannot perform inifinite scroll using playwright on certain website

I am crawling https://kick.com/browse/categories where every time you scroll it loads new cards of a category. I have tried multiple methods using playwright but none of them worked. Would appreciate ...
Ginni Song's user avatar
-4votes
1answer
155views

Crawl data in Top 250 Movies IDMb

Please, i need someone help me. I can't understand why I only crawl 25 movies instead of 250. My code: import pandas as pd import requests from bs4 import BeautifulSoup headers = {'User-Agent': '...
Vu-Hoang Duong's user avatar
0votes
1answer
38views

How to exclude div classes 'modal-content' and 'modal-body' from pyppeteer web scraper?

I'm building a scraper that gets text data from a list of articles. A common specimen in the text content I'm scraping at the minute is that at the bottom there is this message: "As a subscriber, ...
Shehzadi Aziz's user avatar
0votes
0answers
48views

How to extract URLs with the same pattern across multiple sites at once?

I am trying to download videos from a site, which requires extracting 1 "download url" that resides on each "video url". Example: "video url": https://www.example.com/...
user avatar
0votes
1answer
113views

How to extarct the google's buttons element via playwright?

I have a code snippet to extract the inputable and clickable node elements (i.e. interactive elements) from the DOM tree of the web pages via Playwright in python. This code almost works properly but ...
Benjamin Geoffrey's user avatar
-1votes
0answers
110views

Icrawler unreliably downloading images

I am using icrawler on python to scrape images online. I have a list of strings download_waitlist = ["cat","dog","car","motorbike","snoop dogg"] that ...
Polloc's user avatar
1vote
0answers
58views

How to get value present inside a title of a span tag

There is a report and I want to Extract a Value from it The Value is being generated by a Component written in java script Here is particular section code being highlighted when I do Inspect element ...
Manas Dubey's user avatar
0votes
0answers
23views

Is there a way to mimic the Element.closest() function from javascript in Scrapy python?

I am trying to convert my web-scraper I built in JavaScript using the puppeteer library into a python-based web-scraper running on Scrapy. I want to be able to do something similar to JavaScript's ...
Christopher Cho's user avatar

153050per page
close